TTree.Range

Tree range

struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
static
struct Range (
ThisT
) {}

Constructors

this
this()
Undocumented in source.

Members

Functions

_containersFront
T* _containersFront()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()

Standard range operations

front
ET front()
popFront
void popFront()

Standard range operations

Meta